home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / fnote133.zip / BUGS.FIX < prev    next >
Text File  |  1996-04-23  |  2KB  |  55 lines

  1. Version    Release info
  2. --------------------------------------------------------
  3. 1.00       Brewed and release within a day
  4.  
  5. 1.10       Minor speedup in some display routines.
  6.  
  7. 1.20       Reorganized Code.  Fixed an error that wouldn't show the
  8.            blue line to the users.  Also fixed an error that caused unwanted
  9.            garbage if the user entered more than 60 characters.  Won't 
  10.            correct current garbage but won't create any more...
  11.  
  12. 1.21       Correct a bug that wouldn't let the program display the right
  13.            side of the boxes.  Sped up the box drawing routines for 
  14.            multitasking.
  15.  
  16. 1.30       General Code clean up.  Sped up info box clearing.  Code
  17.            retest for OS/2.  Added another ans for the intro screen.
  18.            If FOOTHDR1.ANS exist, it will be displayed as a background
  19.            during intro..  Both ansi's are replaceable.
  20.  
  21. 1.31       Added Macros for special effects.  The available macros so far
  22.            are
  23.             @NAME@ - Current users name
  24.             @FIRST@ - Current users first name only.
  25.             @PASSWORD@ - Prints the word Stupid.
  26.             @X - is a color code prefix followed by a 2 digit code.
  27.             0 = Black   1 = Blue  2 = Green  3 = Cyan  4 = Red
  28.             5 = Magenta 6 = Brown 7 = White  8 = Dark Gray
  29.             9 = Light Blue   A = Light Green  B = Light Cyan
  30.             C = Light Red    D = Light Magenta  E = Yellow
  31.             F = BrightWhite
  32.  
  33.             Background color can ONLY be 0 thru 7.
  34.             ie:
  35.                 @X07@ - Standard white on black
  36.                 @X4E@ - Yellow on Red
  37.                 @X1F@ - Brightwhite on Blue
  38.  
  39.             Color codes can be either upper or lower case.
  40.             Color codes don't require the extra @.  The code
  41.             @x4e will do the same thing as @x4e@
  42.  
  43.             @NAME@ and @PASSWORD@ must be upper case only.
  44.  
  45.  
  46. 1.32       At the request of a registering user, a log file was added.  To
  47.            use this log file, add the LOG parameter to the command line.
  48.            This will create a file called Footnote.log and continue to add
  49.            to it should this parameter be on the command line.  Fixed a bug
  50.            in the Bugs.fix document file that stated that Background color
  51.            can only be 0 thru 9.  Should have been 7.  ;).
  52.  
  53. 1.33       Added online help key.  Press ? from the "Do you wish to add a
  54.            line".
  55.